home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat España 27
/
MacFormat n. 27 (Spain)
/
Mac Format 26.bin
/
Shareware
/
Programación
/
Word Services XCMD 1.0d3
/
Library Source
/
Gripe.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-20
|
150 b
|
8 lines
#include "Gripe.h"
void RealGripe( StringPtr complaint )
{
ParamText( complaint, "\p", "\p", "\p" );
Alert( 128, (ModalFilterUPP)NULL );
return;
}